Skip to content

Release v1.0.2#138

Merged
skyelaird merged 1 commit into
mainfrom
claude/release-v1.0.2
May 1, 2026
Merged

Release v1.0.2#138
skyelaird merged 1 commit into
mainfrom
claude/release-v1.0.2

Conversation

@skyelaird

Copy link
Copy Markdown
Owner

Summary

Bump version from 1.0.11.0.2 in:

  • pyproject.toml
  • src/dvoacap/__init__.py (__version__)
  • README.md badge + header
  • INSTALL_GUIDE.md expected-output samples

Add a ## [1.0.2] - 2026-05-01 section to CHANGELOG.md summarising the user-facing fixes since v1.0.1:

Historical references to v1.0.1 in CLUB_PRESENTATION.md, NEXT_STEPS.md, PRESENTATION_GUIDE.md, KNOWN_ISSUES_CORRECTED.md, RELEASE_NOTES_v1.0.1.md, and GITHUB_RELEASE_v1.0.1.md are deliberately left untouched — they describe past state.

Post-merge steps (manual)

After this PR merges, on main:

git tag -a 1.0.2 -m "v1.0.2: dashboard fixes + long-path SNR fix"
git push origin 1.0.2

Then in GitHub UI: Releases → Draft new release → pick the 1.0.2 tag → paste the new CHANGELOG section as the body. If your PyPI release workflow is wired to tag pushes (per PYPI_RELEASE_GUIDE.md), it'll auto-publish.

Test plan

  • python -c "import dvoacap; print(dvoacap.__version__)" reports 1.0.2
  • All 322 existing tests pass
  • git grep '1\.0\.1' shows only intentionally-historical references (CHANGELOG ## [1.0.1] heading, README's "Performance (v1.0.1)" attribution, the v1.0.1 release-note files)
  • After merge + tag + GitHub release: pip install --force-reinstall "dvoacap[dashboard] @ git+https://github.com/skyelaird/dvoacap-python.git@1.0.2" installs cleanly and reports v1.0.2

https://claude.ai/code/session_01BLfWHK9hf8k4aBBaQjfQa8


Generated by Claude Code

Bump version from 1.0.1 to 1.0.2 across pyproject.toml,
src/dvoacap/__init__.py, the README badge/header, and the
INSTALL_GUIDE expected-output samples.

Add a CHANGELOG entry summarising the 1.0.2 contents:
* Long-path signal/SNR fix (PR #137).
* TX power propagation to user-added antennas (PR #137).
* Dashboard-button SyntaxError fix (PRs #134, #135).
* Smooth analytic gray-line band (PR #136).
* Regression tests for the prediction engine (PR #137).
* Dashboard packaged as installable subpackage with
  dvoacap-dashboard CLI entry point (PR #133).

Historical references to v1.0.1 in CLUB_PRESENTATION,
NEXT_STEPS, PRESENTATION_GUIDE, KNOWN_ISSUES_CORRECTED,
RELEASE_NOTES_v1.0.1.md, and GITHUB_RELEASE_v1.0.1.md
deliberately left untouched -- they describe past releases.

https://claude.ai/code/session_01BLfWHK9hf8k4aBBaQjfQa8
@skyelaird skyelaird marked this pull request as ready for review May 1, 2026 19:17
@skyelaird skyelaird merged commit 96f75a6 into main May 1, 2026
14 checks passed
@skyelaird skyelaird deleted the claude/release-v1.0.2 branch May 1, 2026 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants